afterAjaxCallbackComplete

Arguments

eobject

An object with the following properties:

XbasicFunctionNamestring

The Xbasic function that was called in the Ajax Callback.

ajaxEventstring

The name of the event that triggered the Ajax Callback.

callbackIdstring

A GUID that identifiees the callback, allowing you to match it with the canAjaxCallback event for a specific callback.

Description

Fires after an Ajax callback has completed.

See Also